home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
curses
/
Imakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-05-05
|
367 b
|
15 lines
|
[
TEXT/R*ch
]
# Curses Imakefile.
GLIBDIR = ../lib
DEFINES = -DUNIX -DUSE_CONSOLE -DXCONQLIB=\"$(GLIBDIR)\"\"
INCLUDES = -I../x11 -I../kernel
LOCAL_LIBRARIES = XawClientLibs
SRCS1 = cconq.c
OBJS = cconq.o \
ccmd.o \
cdraw.o
PROGRAMS = cconq
ComplexProgramTarget_1(cconq,$(OBJS) $(LOCAL_LIBRARIES),../kernel/libconq.a ../kernel/libconqlow.a)